github.com/klauspost/compress/huff0.bitWriter.bitContainer (field)
12 uses
github.com/klauspost/compress/huff0 (current package)
bitwriter.go#L11: bitContainer uint64
bitwriter.go#L19: b.bitContainer |= uint64(value) << (b.nBits & 63)
bitwriter.go#L27: b.bitContainer |= uint64(enc.val) << (b.nBits & 63)
bitwriter.go#L43: b.bitContainer |= combined << sh
bitwriter.go#L67: b.bitContainer |= combined << (b.nBits & 63)
bitwriter.go#L77: byte(b.bitContainer),
bitwriter.go#L78: byte(b.bitContainer>>8),
bitwriter.go#L79: byte(b.bitContainer>>16),
bitwriter.go#L80: byte(b.bitContainer>>24))
bitwriter.go#L82: b.bitContainer >>= 32
bitwriter.go#L89: b.out = append(b.out, byte(b.bitContainer>>(i*8)))
bitwriter.go#L92: b.bitContainer = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |